Kinetis SDK Demo Applications User Guide  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cmd_handle.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  cmd_tbl_t
 Access command structure. More...
 

Enumerations

enum  SPI_FLASH_FUNC {
  SPI_FLASH_FUNC_PROBE,
  SPI_FLASH_FUNC_READ,
  SPI_FLASH_FUNC_WRITE,
  SPI_FLASH_FUNC_ERASE,
  SPI_FLASH_FUNC_UPDATE,
  SPI_FLASH_FUNC_HELP,
  SPI_FLASH_FUNC_NUM
}
 SPI Flash supported functions. More...
 

Functions

void cmd_handle_loop (void)
 Command handler function. More...
 

Enumeration Type Documentation

Enumerator
SPI_FLASH_FUNC_PROBE 
SPI_FLASH_FUNC_READ 
SPI_FLASH_FUNC_WRITE 
SPI_FLASH_FUNC_ERASE 
SPI_FLASH_FUNC_UPDATE 
SPI_FLASH_FUNC_HELP 
SPI_FLASH_FUNC_NUM 

Function Documentation

void cmd_handle_loop ( void  )